File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,22 +51,22 @@ RUN \
5151 rm -f cvc4
5252
5353RUN \
54- version=1.3.3 && \
55- wget -O cvc5.zip https://github.com/cvc5/cvc5/releases/download/cvc5-1.3.2 /cvc5-Linux-x86_64-libcxx-static.zip && \
54+ version=1.3.4 && \
55+ wget -O cvc5.zip https://github.com/cvc5/cvc5/releases/download/cvc5-${version} /cvc5-Linux-x86_64-libcxx-static.zip && \
5656 unzip -j cvc5.zip cvc5-Linux-x86_64-libcxx-static/bin/cvc5 && \
5757 sudo install -m 0755 cvc5 /usr/local/bin/cvc5-${version} && \
5858 rm -f cvc5 cvc5.zip
5959
6060RUN \
6161 version=1.2.1 && \
62- wget -O cvc5.zip https://github.com/cvc5/cvc5/releases/download/cvc5-1.2.1 /cvc5-Linux-x86_64-static.zip && \
62+ wget -O cvc5.zip https://github.com/cvc5/cvc5/releases/download/cvc5-${version} /cvc5-Linux-x86_64-static.zip && \
6363 unzip -j cvc5.zip cvc5-Linux-x86_64-static/bin/cvc5 && \
6464 sudo install -m 0755 cvc5 /usr/local/bin/cvc5-${version} && \
6565 rm -f cvc5 cvc5.zip
6666
6767RUN \
6868 version=1.1.2 && \
69- wget -O cvc5.zip https://github.com/cvc5/cvc5/releases/download/cvc5-1.1.2 /cvc5-Linux-static.zip && \
69+ wget -O cvc5.zip https://github.com/cvc5/cvc5/releases/download/cvc5-${version} /cvc5-Linux-static.zip && \
7070 unzip -j cvc5.zip cvc5-Linux-static/bin/cvc5 && \
7171 sudo install -m 0755 cvc5 /usr/local/bin/cvc5-${version} && \
7272 rm -f cvc5 cvc5.zip
You can’t perform that action at this time.
0 commit comments