diff --git a/embed/sqlite3.wasm b/embed/sqlite3.wasm index b0c688c..7faf880 100755 Binary files a/embed/sqlite3.wasm and b/embed/sqlite3.wasm differ diff --git a/sqlite3/download.sh b/sqlite3/download.sh index 84995d1..0951636 100755 --- a/sqlite3/download.sh +++ b/sqlite3/download.sh @@ -4,7 +4,7 @@ set -eo pipefail cd -P -- "$(dirname -- "$0")" if [ ! -f "sqlite3.c" ]; then - url="https://www.sqlite.org/2022/sqlite-amalgamation-3400100.zip" + url="https://sqlite.org/2023/sqlite-amalgamation-3410000.zip" curl "$url" > sqlite.zip unzip -d . sqlite.zip mv sqlite-amalgamation-*/sqlite3* .