diff --git a/fclauncher/https.go b/fclauncher/https.go index 2b18781..a64bb2a 100644 --- a/fclauncher/https.go +++ b/fclauncher/https.go @@ -11,7 +11,7 @@ import ( const BlockSize = 1024 * 64 func HttpDownload(path string, out io.Writer, ctx context.Context) error { - res, err := http.Get("https://gitea.piwalker.net/fclauncher/" + path) + res, err := http.Get("https://fclauncher.piwalker.net/fclauncher/" + path) if err != nil { return err }