From 5fdcd5f1a1e47b7af72d5af22cb9f7a29b702529 Mon Sep 17 00:00:00 2001
From: Ace <saadnaseer63@yahoo.de>
Date: Tue, 23 Jul 2024 01:31:39 +0200
Subject: [PATCH] fix typo

---
 .github/workflows/update-os.yml | 2 +-
 README.md                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/update-os.yml b/.github/workflows/update-os.yml
index c097194..9641a76 100644
--- a/.github/workflows/update-os.yml
+++ b/.github/workflows/update-os.yml
@@ -25,7 +25,7 @@ jobs:
         with:
           # Set the base_image to the desired Raspberry Pi OS version
           # note: version 2023-12-11 seems to have issues with the kernel and gpio
-          base_image: https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2023-12-06/2023-12-05-raspios-bookworm-arm64-lite.img.xz
+          base_image: https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2023-05-03/2023-05-03-raspios-bullseye-armhf-lite.img.xz
           image_additional_mb: 3072 # enlarge free space to 3 GB
           optimize_image: true
           commands: |
diff --git a/README.md b/README.md
index b205abe..20a9dd2 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ display!**
 
 ## Configuring the Raspberry Pi
 
-Flash Raspberry Pi OS on your microSD card (min. 4GB) with [Raspberry Pi Imager](https://rptl.io/imager). Please use this version of [Raspberry Pi OS - bookworm](https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2023-12-06/2023-12-05-raspios-bookworm-arm64-lite.img.xz) as the latest release is known to have some issues with the latest kernel update.
+Flash Raspberry Pi OS on your microSD card (min. 4GB) with [Raspberry Pi Imager](https://rptl.io/imager). Please use this version of [Raspberry Pi OS - bookworm](https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2023-05-03/2023-05-03-raspios-bullseye-armhf-lite.img.xz) as the latest release is known to have some issues with the latest kernel update.
 
 | option                    |            value            |
 |:--------------------------|:---------------------------:|