From 66a7a1304c92fdfe410d0facd61cb64832e08f4a Mon Sep 17 00:00:00 2001 From: nightwnvol Date: Wed, 13 Dec 2023 17:55:18 +0100 Subject: [PATCH] ci: fix OpenBLAS download link --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index a26a072..d600e6d 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -21,7 +21,7 @@ jobs: - name: Download compiled OpenBLAS run: | - curl -L -o OpenBLAS-0.3.25.zip https://github.com/xianyi/OpenBLAS/releases/download/v0.3.21/OpenBLAS-0.3.25-${{ matrix.arch[2] }}.zip + curl -L -o OpenBLAS-0.3.25.zip https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.25/OpenBLAS-0.3.25-${{ matrix.arch[2] }}.zip 7z x OpenBLAS-0.3.25.zip -o"OpenBLAS" - name: Set up the configuration file