Skip to content

Commit 003bf70

Browse files
committed
Fix download sqlite script year path
1 parent 8cac986 commit 003bf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/download_sqlite.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -e
1010
mkdir -p tmp
1111
pushd tmp
1212

13-
wget https://sqlite.org/2023/sqlite-autoconf-$VERSION.tar.gz
13+
wget https://sqlite.org/2024/sqlite-autoconf-$VERSION.tar.gz
1414

1515
tar xvfz sqlite-autoconf-$VERSION.tar.gz
1616

0 commit comments

Comments
 (0)