Skip to content

Commit 0918a9d

Browse files
committed
Update bundled SCIP to version 9.2.4
1 parent b64a2cc commit 0918a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundled.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ pub fn download_scip() {
4747

4848
// TODO: enable this when debug builds are available
4949
// let url = format!(
50-
// "https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.8.0/libscip-{os_string}{debug_str}.zip",
50+
// "https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.9.0/libscip-{os_string}{debug_str}.zip",
5151
// );
5252
let url = format!(
53-
"https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.8.0/libscip-{os_string}.zip",
53+
"https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.9.0/libscip-{os_string}.zip",
5454
);
5555

5656
download_and_extract_zip(&url, &extract_path)

0 commit comments

Comments
 (0)