Skip to content

Commit b9e7081

Browse files
authored
fix: update URL for semeru25 binaries download (#93)
1 parent 4b36cb8 commit b9e7081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/semeru25.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function download {
3333
local asset_name="${2}"
3434
local filename="${asset_name}"
3535

36-
local url="https://github.com/ibmruntimes/semeru24-binaries/releases/download/${tag_name}/${asset_name}"
36+
local url="https://github.com/ibmruntimes/semeru25-binaries/releases/download/${tag_name}/${asset_name}"
3737
local metadata_file="${METADATA_DIR}/${filename}.json"
3838
local archive="${TEMP_DIR}/${filename}"
3939

0 commit comments

Comments
 (0)