summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index f742db2..2d4fef2 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -29,7 +29,7 @@ fn main() -> anyhow::Result<()> {
let mut file = File::create(fw)?;
let url = format!(
- "https://github.com/raspberrypi/firmware/blob/{}/boot/{}",
+ "https://github.com/raspberrypi/firmware/blob/{}/boot/{}?raw=true",
FIRMWARE_VERSION, fw
);
let mut resp = reqwest::blocking::get(url)?.error_for_status()?;