Skip to content

Commit ae5642f

Browse files
committed
update download paths for CI
1 parent a7a5d84 commit ae5642f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ notifications:
2626
email: false
2727

2828
before_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

3232
install:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)