Skip to content

Commit 2278b26

Browse files
committed
Bump Z3 and CVC5
1 parent 9cab048 commit 2278b26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/docker/buildpack-deps/Dockerfile.ubuntu.clang.ossfuzz

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ RUN set -ex; \
8585

8686
# Z3
8787
RUN set -ex; \
88-
git clone --depth 1 -b z3-4.12.1 https://github.com/Z3Prover/z3.git \
88+
git clone --depth 1 -b z3-4.13.3 https://github.com/Z3Prover/z3.git \
8989
/usr/src/z3; \
9090
cd /usr/src/z3; \
9191
mkdir build; \
@@ -108,9 +108,9 @@ RUN set -ex; \
108108

109109
# CVC5
110110
RUN set -ex; \
111-
cvc5_version="1.1.2"; \
111+
cvc5_version="1.2.0"; \
112112
wget "https://github.com/cvc5/cvc5/releases/download/cvc5-${cvc5_version}/cvc5-Linux-static.zip" -O /opt/cvc5.zip; \
113-
test "$(sha256sum /opt/cvc5.zip)" = "cf291aef67da8eaa8d425a51f67f3f72f36db8b1040655dc799b64e3d69e6086 /opt/cvc5.zip"; \
113+
test "$(sha256sum /opt/cvc5.zip)" = "d18f174ff9a11923c32c3f871f844ed16bd77a28f51050b8e7c8d821c98a1c2e /opt/cvc5.zip"; \
114114
unzip /opt/cvc5.zip -x "cvc5-Linux-static/lib/cmake/*" -d /opt; \
115115
mv /opt/cvc5-Linux-static/bin/* /usr/bin; \
116116
mv /opt/cvc5-Linux-static/include/* /usr/include; \

0 commit comments

Comments
 (0)