Skip to content

Commit f3b60c3

Browse files
committed
Use GitHub link for BSBM tools
1 parent 998d578 commit f3b60c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/src/benchmarks/bsbm/explore/benchmark.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ impl Benchmark for BsbmExploreBenchmark {
9393
fn requirements(&self) -> Vec<PrepRequirement> {
9494
let dataset_size = self.dataset_size;
9595
let download_bsbm_tools = PrepRequirement::FileDownload {
96-
url: Url::parse("https://sourceforge.net/projects/bsbmtools/files/bsbmtools/bsbmtools-0.2/bsbmtools-v0.2.zip/download")
96+
url: Url::parse("https://github.com/Tpt/bsbm-tools/archive/59d0a8a605b26f21506789fa1a713beb5abf1cab.zip")
9797
.expect("parse dataset-name"),
9898
file_name: PathBuf::from("bsbmtools"),
9999
action: Some(FileDownloadAction::Unpack(ArchiveType::Zip)),

0 commit comments

Comments
 (0)