File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
scripts/docker/buildpack-deps Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ RUN set -ex; \
85
85
86
86
# Z3
87
87
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 \
89
89
/usr/src/z3; \
90
90
cd /usr/src/z3; \
91
91
mkdir build; \
@@ -108,9 +108,9 @@ RUN set -ex; \
108
108
109
109
# CVC5
110
110
RUN set -ex; \
111
- cvc5_version="1.1.2 " ; \
111
+ cvc5_version="1.2.0 " ; \
112
112
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" ; \
114
114
unzip /opt/cvc5.zip -x "cvc5-Linux-static/lib/cmake/*" -d /opt; \
115
115
mv /opt/cvc5-Linux-static/bin/* /usr/bin; \
116
116
mv /opt/cvc5-Linux-static/include/* /usr/include; \
You can’t perform that action at this time.
0 commit comments