Skip to content

Commit fed68fb

Browse files
committed
Move to new pythia83 links
1 parent 727067b commit fed68fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ RUN install-ubuntu-packages \
8989

9090
LABEL pythia.version="8.313"
9191
RUN mkdir src && \
92-
${__wget} https://pythia.org/download/pythia83/pythia8313.tgz | ${__untar} &&\
92+
${__wget} https://pythia.org/releases/pythia83/pythia8313.tgz | ${__untar} &&\
9393
cd src &&\
9494
./configure --with-lhapdf6 --prefix=${__prefix} &&\
9595
make -j$NPROC install &&\

0 commit comments

Comments
 (0)