diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index da122ba..ffa5a89 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -239,7 +239,7 @@ jobs: name: sqlite-vec-iossimulator-x86_64-extension path: dist/iossimulator-x86_64 - run: | - curl -L https://github.com/asg017/sqlite-dist/releases/download/v0.0.1-alpha.14/sqlite-dist-x86_64-unknown-linux-gnu.tar.xz \ + curl -L https://github.com/asg017/sqlite-dist/releases/download/v0.0.1-alpha.15/sqlite-dist-x86_64-unknown-linux-gnu.tar.xz \ | tar xfJ - --strip-components 1 - run: make sqlite-vec.h - run: ./sqlite-dist ./sqlite-dist.toml --input dist/ --output distx/ --version $(cat VERSION)