Skip to content

Commit 4d161e0

Browse files
committed
Fix download link
1 parent 8894335 commit 4d161e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
env:
1818
SQLITE_YEAR: "2025"
19-
SQLITE_VERSION: "3480000"
19+
SQLITE_VERSION: "3490100"
2020

2121
steps:
2222
- uses: actions/cache@v4
@@ -42,7 +42,7 @@ jobs:
4242
if: steps.cache_sqlite_build.outputs.cache-hit != 'true' && runner.os == 'Linux'
4343
working-directory: sqlite
4444
run: |
45-
curl https://www.sqlite.org/$SQLITE_YEAR/sqlite-amalgamation-$SQLITE_VERSION.zip --output sqlite.zip
45+
curl -L https://sqlite.org/$SQLITE_YEAR/sqlite-amalgamation-$SQLITE_VERSION.zip --output sqlite.zip
4646
unzip sqlite.zip
4747
4848
cd sqlite-amalgamation-$SQLITE_VERSION

0 commit comments

Comments
 (0)