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 b64a2cc commit 0918a9dCopy full SHA for 0918a9d
bundled.rs
@@ -47,10 +47,10 @@ pub fn download_scip() {
47
48
// TODO: enable this when debug builds are available
49
// let url = format!(
50
- // "https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.8.0/libscip-{os_string}{debug_str}.zip",
+ // "https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.9.0/libscip-{os_string}{debug_str}.zip",
51
// );
52
let url = format!(
53
- "https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.8.0/libscip-{os_string}.zip",
+ "https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.9.0/libscip-{os_string}.zip",
54
);
55
56
download_and_extract_zip(&url, &extract_path)
0 commit comments