Skip to content

Commit

Permalink
Merge pull request #9 from scipopt/use-github-links
Browse files Browse the repository at this point in the history
Move to github hosted binaries
  • Loading branch information
mmghannam authored Mar 13, 2024
2 parents 21eb7d3 + 264608e commit fc371da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ fn download_scip() {
};

let url = format!(
"https://scip.zib.de/download/release/SCIP-9.0.0-{os_string}.zip"
"https://github.com/scipopt/scip/releases/download/v900/SCIP-9.0.0-{os_string}.zip"
);

download_and_extract_zip(&url, &extract_path).unwrap_or_else(
Expand Down

0 comments on commit fc371da

Please sign in to comment.