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 a05703b commit 9b8ee3eCopy full SHA for 9b8ee3e
GitHubActions/install_sqlite.sh
@@ -39,7 +39,7 @@ cd ./workdir
39
vsrc="sqlite-src-${VERSION}"
40
adr="https://www.sqlite.org/${YEAR}/$vsrc.zip"
41
echo "SQLite source code archive: $adr"
42
-curl -O "$adr"
+wget "$adr" -O "$vsrc.zip"
43
unzip "$vsrc.zip" > /dev/null
44
cd "$vsrc"
45
0 commit comments