diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 2efda2031..cf1e54ab5 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -16,7 +16,7 @@ jobs: - name: Download SCIP if: (matrix.os == 'ubuntu-latest') || (matrix.os == 'ubuntu-20.04') run: | - wget https://github.com/scipopt/PySCIPOpt/suites/18039060740/artifacts/1038672630 -O scip.zip + wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-ubuntu.zip -O scip.zip unzip scip.zip - name: Build wheels