File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
toolkit/scripts/toolchain Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -326,10 +326,10 @@ chroot_and_install_rpms libxml2
326326echo Download JDK rpms
327327case $( uname -m) in
328328 x86_64)
329- wget -nv --timeout=30 https://packages.microsoft.com/cbl-mariner/2.0/preview /Microsoft/x86_64/msopenjdk-11-11.0.14.1+1-LTS-31207.x86_64.rpm --directory-prefix=$CHROOT_RPMS_DIR_ARCH
329+ wget -nv --timeout=30 https://packages.microsoft.com/cbl-mariner/2.0/prod /Microsoft/x86_64/msopenjdk-11-11.0.14.1+1-LTS-31207.x86_64.rpm --directory-prefix=$CHROOT_RPMS_DIR_ARCH
330330 ;;
331331 aarch64)
332- wget -nv --timeout=30 https://packages.microsoft.com/cbl-mariner/2.0/preview /Microsoft/aarch64/msopenjdk-11-11.0.14.1+1-LTS-31207.aarch64.rpm --directory-prefix=$CHROOT_RPMS_DIR_ARCH
332+ wget -nv --timeout=30 https://packages.microsoft.com/cbl-mariner/2.0/prod /Microsoft/aarch64/msopenjdk-11-11.0.14.1+1-LTS-31207.aarch64.rpm --directory-prefix=$CHROOT_RPMS_DIR_ARCH
333333 ;;
334334esac
335335
You can’t perform that action at this time.
0 commit comments