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 79fe8af commit 0cd402fCopy full SHA for 0cd402f
scripts/setup/install_kissat.sh
@@ -30,7 +30,7 @@ URL="https://github.com/arminbiere/kissat/archive/refs/tags/$FILE"
30
31
set -x
32
33
-wget -O "$FILE" "$URL"
+curl -L --remote-name "$URL"
34
tar -xvzf $FILE
35
DIR_NAME="kissat-rel-${KISSAT_VERSION}"
36
cd $DIR_NAME
0 commit comments