From 80a8124acde4e89ffd3a20a669be8976511dc258 Mon Sep 17 00:00:00 2001 From: Kai Mast Date: Sun, 17 Sep 2023 13:48:14 -0700 Subject: [PATCH] Fix Faasm URL --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index 3be9383..d78cc08 100644 --- a/build.rs +++ b/build.rs @@ -3,7 +3,7 @@ use std::{env::var, fs, io, io::prelude::*, io::ErrorKind::AlreadyExists, path:: use tar::Archive; const FAASM_VENDOR_FOLDER: &str = "vendor/faasm"; -const FAASM_RELEASE_BASE_URL: &str = "https://github.com/lsds/Faasm/releases/download/v"; +const FAASM_RELEASE_BASE_URL: &str = "https://github.com/faasm/faasm/releases/download/v"; const FAASM_VERSION: &str = env!("CARGO_PKG_VERSION"); enum FaasmRelease {