Fix bootstrap filename: request triangles-bootstrap.tar.gz to match server

This commit is contained in:
Krystie
2026-04-05 04:05:37 -07:00
parent 1b416ae704
commit d9deaf509b
+1 -1
View File
@@ -434,7 +434,7 @@ bool DownloadBootstrap(const std::string& host,
// Try downloading bootstrap.tar.gz first
fs::path tmpTarGz = dataDir / "bootstrap.tar.gz.tmp";
std::string tarUrl = std::string(BASE_PATH) + "bootstrap.tar.gz";
std::string tarUrl = std::string(BASE_PATH) + "triangles-bootstrap.tar.gz";
bool tarDownloaded = DownloadFile(host, tarUrl, tmpTarGz, progressFn, strError);