Merge pull request #2998 from lateralusX/jlorenss/win-x64-full-aot-support
[mono.git] / mcs / tools / mkbundle / mkbundle.cs
index 472c3793dc089891612cf70ce2a7adc92de06efe..9f75c85749a37752bcad3cd58875435b4db876a1 100755 (executable)
@@ -52,7 +52,7 @@ class MakeBundle {
        static bool custom_mode = true;
        static string embedded_options = null;
        static string runtime = null;
-       static string target_server = "https://runtimes.go-mono.com/raw/";
+       static string target_server = "https://download.mono-project.com/runtimes/raw/";
        
        static int Main (string [] args)
        {