You won't find an Oracle supported release for Java 11 on 32bit Windows. Oracle stopped distributing 32 bit Java builds for Windows after Java 8.
According to https://bell-sw.com/pages/supported-configurations/ Liberica Java 8, 11 and 17 are available for 32 bit Desktop Windows and supports Window 7 SP1, Windows 8 and Windows 10.
There may be other alternatives too.
However. Windows 7 is nearly 2 years beyond end-of-life. You should have upgraded your system.
Answer from Stephen C on Stack OverflowJava 11 JDK for Windows 7 32-bit system - Stack Overflow
java - jdk7 32 bit windows version to download - Stack Overflow
Is there any way to install Java 17 on a 32 bit system?
Trying to install 32 bit java
Videos
You won't find an Oracle supported release for Java 11 on 32bit Windows. Oracle stopped distributing 32 bit Java builds for Windows after Java 8.
According to https://bell-sw.com/pages/supported-configurations/ Liberica Java 8, 11 and 17 are available for 32 bit Desktop Windows and supports Window 7 SP1, Windows 8 and Windows 10.
There may be other alternatives too.
However. Windows 7 is nearly 2 years beyond end-of-life. You should have upgraded your system.
There are other ways we can use JAVA 11 for 32-bit OS, there are some 3rd party website which has been confirmed by JAVA community provides JAVA 11 for 32-bit
As an example Amazon Corretto. Follow the below link for more details
https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html
Go to the download page and download the Windows x86 version with filename jdk-7-windows-i586.exe.
As detailed in the Oracle Java SE Support Roadmap
After April 2015, Oracle will no longer post updates of Java SE 7 to its public download sites. Existing Java SE 7 downloads already posted as of April 2015 will remain accessible in the Java Archive
Check the Java SE 7 Archive Downloads page. The last release was update 80, therefore the 32-bit filename to download is jdk-7u80-windows-i586.exe (64-bit is named jdk-7u80-windows-x64.exe.
Old Java downloads also require a sign on to an Oracle account now :-( however with some crafty cookie creating one can use wget to grab the file without signing in.
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/7u80-b15/jdk-7u80-windows-i586.exe"