Use verifyFreezeReport.sh from download.eclipse.org

To prevent hiting raw.githubusercontent.com quota.

Change-Id: Ia3bbae24168515ff5f03807dbbb45c49e6dffe3c
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.runtime/+/192208
Tested-by: Platform Bot <platform-bot@eclipse.org>
Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/Jenkinsfile b/Jenkinsfile
index 7f1baba..7ba7731 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -49,7 +49,7 @@
 				}
 			}
 			steps {
-				sh "wget https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/scripts/verifyFreezePeriod.sh"
+				sh "wget https://download.eclipse.org/eclipse/relengScripts/scripts/verifyFreezePeriod.sh"
 				sh "chmod +x verifyFreezePeriod.sh"
 				withCredentials([string(credentialsId: 'google-api-key', variable: 'GOOGLE_API_KEY')]) {
 					sh './verifyFreezePeriod.sh'