diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 00473c9f918..f88b689e2e2 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -295,7 +295,7 @@ function with_retries { function GetDotNetInstallScript { local root=$1 local install_script="$root/dotnet-install.sh" - local install_script_url="https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.sh" + local install_script_url="https://raw.githubusercontent.com/dotnet/install-scripts/96cd3e8953acbc5ba6966a9222b878b8cef0f51c/src/dotnet-install.sh" if [[ ! -a "$install_script" ]]; then mkdir -p "$root"