Skip to content

Commit

Permalink
Merge pull request #25 from scipopt/update-0.7.0
Browse files Browse the repository at this point in the history
Update SCIP 9.2.1
  • Loading branch information
mmghannam authored Feb 7, 2025
2 parents 2432067 + c5e9dea commit d97f4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundled.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub fn download_scip() {
};

let url = format!(
"https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.6.1/libscip-{os_string}.zip"
"https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.7.0/libscip-{os_string}.zip"
);

download_and_extract_zip(&url, &extract_path)
Expand Down

0 comments on commit d97f4ff

Please sign in to comment.