We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2345bcc commit df2e2ceCopy full SHA for df2e2ce
.github/workflows/integration-test.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Download dependencies (SCIPOptSuite)
59
shell: powershell
60
- run: wget https://github.com/scipopt/scip/releases/download/$(echo "v${{env.version}}" | tr -d '.')/SCIPOptSuite-${{ env.version }}-win64-VS15.exe -outfile scipopt-installer.exe
+ run: wget https://github.com/scipopt/scip/releases/download/$(echo "v${{env.version}}" | tr -d '.')/SCIPOptSuite-${{ env.version }}-win64.exe -outfile scipopt-installer.exe
61
62
- name: Install dependencies (SCIPOptSuite)
63
shell: cmd
0 commit comments