Skip to content

Commit 2958964

Browse files
Update download paths for musl boot jdk.
1 parent 7572ced commit 2958964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
142142
downloads+: {
143143
BOOT_JDK: {
144144
name: "labsjdk",
145-
version: "ee-23+37-jvmci-b01-linux-amd64_musl",
145+
version: "ee-24+36-jvmci-b01-linux-amd64_musl",
146146
platformspecific: false
147147
}
148148
},

0 commit comments

Comments
 (0)