Skip to content

Commit bdd3827

Browse files
committed
Add windows midfix for url
1 parent 93ba971 commit bdd3827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdf5-conda/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const DOWNLOAD_BINARY: &str = {
7878
} else if #[cfg(any(target_os = "macos", target_arch = "x86_64"))] {
7979
"osx-64/hdf5-1.12.1-nompi_h2f0ef1a_102.tar.bz2"
8080
} else if #[cfg(any(target_os = "windows", target_arch = "x86_64"))] {
81-
"hdf5-1.12.1-nompi_h2a0e4a3_102.tar.bz2"
81+
"win-64/hdf5-1.12.1-nompi_h57737ce_102.tar.bz2"
8282
} else {
8383
compile_error!("This package can not be used on this arch");
8484
}

0 commit comments

Comments
 (0)