From cb5a6c8b75a18917dbccd82a58eed74f2fd85e18 Mon Sep 17 00:00:00 2001 From: neauoire Date: Mon, 31 Jan 2022 17:08:14 -0800 Subject: [PATCH] Fixed path for build --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 12b8e3e..fb623c7 100644 --- a/.build.yml +++ b/.build.yml @@ -6,7 +6,7 @@ sources: - https://git.sr.ht/~rabbits/nasu tasks: - prepare: | - curl -fsS https://rabbits.srht.site/uxn/uxn-linux-amd64.tar.gz | tar -zx + curl -fsS https://rabbits.srht.site/uxn/uxn-lin64.tar.gz | tar -zx - build: | cd nasu ../uxn/uxnasm src/main.tal ../nasu.rom