From bdfa3d9a923158c451e960fe83e91e6bad52a8a4 Mon Sep 17 00:00:00 2001 From: Dilip Ojha Date: Thu, 21 Apr 2022 21:52:36 -0700 Subject: [PATCH] update Windows SDK link (#7010) --- build/Install-WindowsSdkISO.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Install-WindowsSdkISO.ps1 b/build/Install-WindowsSdkISO.ps1 index dd8867eff0..9b9be60ecf 100644 --- a/build/Install-WindowsSdkISO.ps1 +++ b/build/Install-WindowsSdkISO.ps1 @@ -273,7 +273,7 @@ if ($InstallWindowsSDK) { # Static(ish) link for Windows SDK # Note: there is a delay from Windows SDK announcements to availability via the static link - $uri = "https://software-download.microsoft.com/download/sg/Windows_InsiderPreview_SDK_en-us_$($buildNumber)_1.iso"; + $uri = "https://software-static.download.prss.microsoft.com/sg/download/Windows_InsiderPreview_SDK_en-us_$($buildNumber)_1.iso"; if ($env:TEMP -eq $null) {