We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e372f6 + 31f75b3 commit 68bf420Copy full SHA for 68bf420
.docker/build/install-deps.sh
@@ -19,7 +19,7 @@ git clone --branch $FSTAR_BRANCH https://github.com/FStarLang/FStar "$FSTAR_HOME
19
opam install --deps-only "$FSTAR_HOME/fstar.opam"
20
OTHERFLAGS='--admit_smt_queries true' make -j 24 -C "$FSTAR_HOME"
21
22
-sudo "$FSTAR_HOME/bin/get_fstar_z3.sh" "/usr/local/bin"
+sudo "$FSTAR_HOME/.scripts/get_fstar_z3.sh" "/usr/local/bin"
23
24
# Install other deps
25
"$build_home"/install-other-deps.sh
0 commit comments