]> gitweb.factorcode.org Git - factor.git/blobdiff - build.cmd
io.streams.ansi: faster by caching styles
[factor.git] / build.cmd
index 85466486b55e15f1ea342d0f4e2b91175456d07a..49d56dc1c62522d14f0bafa68d70a1407eb0f91f 100644 (file)
--- a/build.cmd
+++ b/build.cmd
@@ -80,7 +80,7 @@ if "%_compile_vm%"=="1" (
     if errorlevel 1 goto fail
 )
 
-set _bootimage_url=http://downloads.factorcode.org/images/%GIT_BRANCH%/%_bootimage%
+set _bootimage_url=https://downloads.factorcode.org/images/%GIT_BRANCH%/%_bootimage%
 if "%_bootimage_type%"=="download" (
     echo Fetching %GIT_BRANCH% boot image...
     echo URL: %_bootimage_url%