diff --git a/scripts/download_hash.sh b/scripts/download_hash.sh
index 3bcd8a5f85d6e6aa3690d9139c645293d8c88d27..fc2ff6752bb68a00b482addbcc236999d513c887 100755
--- a/scripts/download_hash.sh
+++ b/scripts/download_hash.sh
@@ -169,7 +169,8 @@ function _get_checksum {
     readonly github_releases_url="$github_url/%s/releases/download/$version/%s"
     readonly github_archive_url="$github_url/%s/archive/%s"
     readonly google_url="https://storage.googleapis.com"
-    readonly k8s_url="$google_url/kubernetes-release/release/$version/bin/$os/$arch/%s"
+    readonly release_url="https://dl.k8s.io"
+    readonly k8s_url="$release_url/release/$version/bin/$os/$arch/%s"
 
     # Download URLs
     declare -A urls=(