We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebca42 commit 1f6268dCopy full SHA for 1f6268d
scripts/install_solvers.sh
@@ -48,7 +48,7 @@ rm -rf "$TEMP_DIR"
48
mkdir -p "$TEMP_DIR"
49
wget -c https://github.com/bitwuzla/bitwuzla/releases/download/${BITWUZLA_VER}/Bitwuzla-Linux-arm64-static.zip -O "$TEMP_DIR/bitwuzla.zip" -q
50
unzip "$TEMP_DIR/bitwuzla.zip" -d "$TEMP_DIR"
51
-BITWUZLA_DIR=$(find "$TEMP_DIR" -mindepth 1 -maxdepth 1 -type d -name "*bitwuzla*")
+BITWUZLA_DIR=$(find "$TEMP_DIR" -mindepth 1 -maxdepth 1 -type d -name "*Bitwuzla*")
52
mv "$BITWUZLA_DIR/bin/bitwuzla" "$SOLVERS_DIR/bitwuzla"
53
chmod +x "$SOLVERS_DIR/bitwuzla"
54
rm -rf "$TEMP_DIR"
0 commit comments