From 2f4ad91b80312ce77b997a832bb7755dbc170c55 Mon Sep 17 00:00:00 2001
From: Thomas Glanzmann <thomas@glanzmann.de>
Date: Thu, 27 Oct 2022 18:42:38 +0200
Subject: [PATCH] build asahi-wip for the time being since the gpu does not
 work for me

---
 gpu.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gpu.sh b/gpu.sh
index 15719b7..d47328a 100644
--- a/gpu.sh
+++ b/gpu.sh
@@ -14,7 +14,7 @@ build_linux()
         test -d linux || git clone https://github.com/AsahiLinux/linux
         cd linux
         git fetch -a -t
-        git reset --hard origin/gpu/rust-wip;
+        git reset --hard origin/asahi-wip;
         source "$HOME/.cargo/env"
         curl -sL https://tg.st/u/3007a82fe2f3ef7d91945e1cb3e5a167f8d6b0550ecb67850d1cd85f3efa112e.config > .config
         make LLVM=-14 olddefconfig
-- 
2.39.5