updated to x86_64-cygwin;
authorwenzelm
Sat, 30 Sep 2017 12:28:41 +0200
changeset 66727 56b92ce30d87
parent 66726 5223317b8c56
child 66728 ae332cd13955
updated to x86_64-cygwin;
src/Pure/Admin/build_cygwin.scala
--- a/src/Pure/Admin/build_cygwin.scala	Sat Sep 30 11:49:00 2017 +0200
+++ b/src/Pure/Admin/build_cygwin.scala	Sat Sep 30 12:28:41 2017 +0200
@@ -27,7 +27,7 @@
         val cygwin_isabelle = cygwin + Path.explode("isabelle")
         Isabelle_System.mkdirs(cygwin_isabelle)
 
-        val cygwin_exe_name = mirror + "/setup-x86.exe"
+        val cygwin_exe_name = mirror + "/setup-x86_64.exe"
         val cygwin_exe = cygwin_isabelle + Path.explode("cygwin.exe")
         Bytes.write(cygwin_exe,
           try { Bytes.read(Url(cygwin_exe_name)) }