diff --git a/testing/scripts/build-guestkernel b/testing/scripts/build-guestkernel index c8f0178ef..f7ffdab58 100755 --- a/testing/scripts/build-guestkernel +++ b/testing/scripts/build-guestkernel @@ -21,7 +21,7 @@ fi if [[ $KERNELPATCH && ! -f "$KERNELPATCH" ]] then - url=http://download.strongswan.org/uml/$KERNELPATCH + url=https://download.strongswan.org/testing/$KERNELPATCH log_action "Downloading $url" execute "wget -q $url" fi