Skip to content

Commit 0cd402f

Browse files
committed
Use curl instead
1 parent 79fe8af commit 0cd402f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup/install_kissat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ URL="https://github.com/arminbiere/kissat/archive/refs/tags/$FILE"
3030

3131
set -x
3232

33-
wget -O "$FILE" "$URL"
33+
curl -L --remote-name "$URL"
3434
tar -xvzf $FILE
3535
DIR_NAME="kissat-rel-${KISSAT_VERSION}"
3636
cd $DIR_NAME

0 commit comments

Comments
 (0)