Skip to content

Commit 8c04563

Browse files
committed
update all CVC5 versions
1 parent aadaa2a commit 8c04563

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/docker/Dockerfile.build

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,22 @@ RUN \
5151
rm -f cvc4
5252

5353
RUN \
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

6060
RUN \
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

6767
RUN \
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

0 commit comments

Comments
 (0)