Skip to content

Commit bf0e89f

Browse files
authored
Update 5_clonejdk.sh
1 parent bef032e commit bf0e89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5_clonejdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
if [[ $TARGET_VERSION -eq 24 ]]; then
5-
git clone --branch pull/20677 --depth 1 https://github.com/openjdk/jdk.git openjdk
5+
git clone --branch jdk-24+20 --depth 1 https://github.com/graalvm/labs-openjdk.git openjdk
66
else
77
git clone --depth 1 https://github.com/openjdk/jdk17u openjdk-17
88
fi

0 commit comments

Comments
 (0)