File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ skip="pp*" # currently doesn't work with PyPy
4444skip =" pp* cp36* cp37* *musllinux*"
4545before-all = [
4646 " (apt-get update && apt-get install --yes wget) || yum install -y wget zlib libgfortran || brew install wget" ,
47- " wget https://scip.zib.de /download/release/SCIP-9.0.0-Linux-x86_64.zip -O scip.zip" ,
47+ " wget https://scipopt.org /download/release/SCIP-9.0.0-Linux-x86_64.zip -O scip.zip" ,
4848 " unzip scip.zip" ,
4949 " mv scip_install scip"
5050 ]
@@ -57,9 +57,9 @@ before-all = '''
5757#!/bin/bash
5858brew install wget zlib gcc
5959if [[ $CIBW_ARCHS == *"arm"* ]]; then
60- wget https://scip.zib.de /download/release/SCIP-9.0.0-Darwin-arm.zip -O scip.zip
60+ wget https://scipopt.org /download/release/SCIP-9.0.0-Darwin-arm.zip -O scip.zip
6161else
62- wget https://scip.zib.de /download/release/SCIP-9.0.0-Darwin-x86_64.zip -O scip.zip
62+ wget https://scipopt.org /download/release/SCIP-9.0.0-Darwin-x86_64.zip -O scip.zip
6363fi
6464unzip scip.zip
6565mv scip_install src/scip
@@ -75,7 +75,7 @@ repair-wheel-command = [
7575skip =" pp* cp36* cp37*"
7676before-all = [
7777 " choco install 7zip wget" ,
78- " wget https://scip.zib.de /download/release/SCIP-9.0.0-win64-VS22.zip -O scip.zip" ,
78+ " wget https://scipopt.org /download/release/SCIP-9.0.0-win64-VS22.zip -O scip.zip" ,
7979 " \" C:\\ Program Files\\ 7-Zip\\ 7z.exe\" x \" scip.zip\" -o\" scip-test\" " ,
8080 " mv .\\ scip-test\\ scip_install .\\ test" ,
8181 " mv .\\ test .\\ scip"
You can’t perform that action at this time.
0 commit comments