File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ notifications:
2626 email : false
2727
2828before_install :
29- - wget --no-check-certificate http ://scip.zib.de /download/release/SCIPOptSuite-$VERSION-Linux.deb
29+ - wget --no-check-certificate https ://scipopt.org /download/release/SCIPOptSuite-$VERSION-Linux.deb
3030 - sudo apt-get update && sudo apt install -y ./SCIPOptSuite-$VERSION-Linux.deb
3131
3232install :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ install:
3131 # - ps: $pass = $env:optipw | ConvertTo-SecureString -AsPlainText -Force
3232 # - ps: $cred = New-Object Management.Automation.PSCredential ($user, ($pass))
3333 # - ps: Invoke-WebRequest -Uri $uri -Credential $cred -OutFile 'scipopt-installer.exe'
34- - ps : wget http ://scip.zib.de /download/release/SCIPOptSuite-7.0.1-win64-VS15.exe -outfile scipopt-installer.exe
34+ - ps : wget https ://scipopt.org /download/release/SCIPOptSuite-7.0.1-win64-VS15.exe -outfile scipopt-installer.exe
3535 - scipopt-installer.exe /S /D=%SCIPOPTDIR%
3636 - set PATH=%SCIPOPTDIR%\bin;%PYTHON%;%PATH%
3737 - cmd : " %PIP% install cython networkx pytest wheel twine"
You can’t perform that action at this time.
0 commit comments