diff --git a/config.sh b/config.sh
index bab886f90be43a99d5d649ebb8b8e9ff6856e48d..1f3bf1fc05b4346515ac641ccb92a4ab2eae4125 100755
--- a/config.sh
+++ b/config.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/usr/bin/env bash -e
 
 # Configuration
 export TARGET=x86_64-unknown-redox
diff --git a/cook.sh b/cook.sh
index 713296153074440adfb75ef7de84fc931b048b14..cab949fc9e4c740a67150c829e6feed05d5c522c 100755
--- a/cook.sh
+++ b/cook.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/usr/bin/env bash -e
 
 source config.sh
 
diff --git a/fetch.sh b/fetch.sh
index ca8906787c09e675eebfcff1e243f712531ce964..b73edf9fc4eb18f1386623b5b4f3f28286ec9c52 100755
--- a/fetch.sh
+++ b/fetch.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/usr/bin/env bash -e
 
 source config.sh
 
diff --git a/libc-artifacts b/libc-artifacts
index ecd2edd8935177cf9f160ae6ec11c22ee3a0a249..c26b21e3b6716e0af95a985888dbf19ec864b4a9 160000
--- a/libc-artifacts
+++ b/libc-artifacts
@@ -1 +1 @@
-Subproject commit ecd2edd8935177cf9f160ae6ec11c22ee3a0a249
+Subproject commit c26b21e3b6716e0af95a985888dbf19ec864b4a9
diff --git a/repo.sh b/repo.sh
index c57c71897372f33d47a03c28f1946c1b93547e46..f5bc33fe8213c3fe80a1248d330833a524a3ab09 100755
--- a/repo.sh
+++ b/repo.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/usr/bin/env bash -e
 
 source config.sh
 
diff --git a/setup.sh b/setup.sh
index 62aa36f5b1eabccc3c5ce7f12adcacc68e2882cc..b7a794b9ae5aa555fd96a15b78b7c2a4cd60a815 100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 set -e
 
 echo "Downloading latest libc-artifacts"